projects
/
gtk+3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b71b560
)
Fix css syntax in example
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 18 Jun 2011 15:11:47 +0000
(11:11 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 18 Jun 2011 15:11:47 +0000
(11:11 -0400)
gtk/gtkstylecontext.c
patch
|
blob
|
history
diff --git
a/gtk/gtkstylecontext.c
b/gtk/gtkstylecontext.c
index 9ac9b47b67e58203e95f50eb9073bf7772e3039d..7219ac86595c3cb1de1a6ed4b63e582b25070149 100644
(file)
--- a/
gtk/gtkstylecontext.c
+++ b/
gtk/gtkstylecontext.c
@@
-2113,8
+2113,8
@@
_gtk_style_context_check_region_name (const gchar *str)
* Pseudo-classes are used for matching @flags, so the two
* following rules:
* <programlisting>
- * GtkTreeView row:nth-child
(even) { ... }
- * GtkTreeView row:nth-child
(odd) { ... }
+ * GtkTreeView row:nth-child(even) { ... }
+ * GtkTreeView row:nth-child(odd) { ... }
* </programlisting>
*
* would apply to even and odd rows, respectively.